-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(iotsitewise): add portal, project, gateway, dashboard, asset, asset model and access policy #420
Conversation
New resource types:
Scan with feature activated:
Deletion log:
|
4db104f
to
016335d
Compare
dd09155
to
94d2096
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@npellegrin thanks for the PR. I'm working on standardizing the properties so that I can automatically generate documentation. Part of that change is to use exported properties on the structs in golang and use a new function types.NewPropertiesFromStruct(r)
.
- please rename all method pointers to
r
, I've made note on one of them so you can see. - change all properties to capital word case, I've made note on one of them so you can see.
- change the properties to
return types.NewPropertiesFromStruct(r)
If you'd prefer I can push a commit to address these things. I'm happy to assist. I always prefer to give folks to the option. I appreciate you opening a PR for all this. |
99e1cf1
to
3e45e28
Compare
…set model and access policy
3e45e28
to
d3574f4
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes there is special provisions for maps and tags ;-)
🎉 This PR is included in version 3.30.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Closes #419